헤더 컴포넌트 개발#50
Conversation
Summary of ChangesHello @HWAN0218, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 팀 정보를 표시하고 설정 페이지로의 접근을 제공하는 새로운 Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| className={styles.avatar} | ||
| style={{ zIndex: visibleAvatars.length - idx }} | ||
| > | ||
| <img src={url} alt="" /> |
There was a problem hiding this comment.
성능 최적화와 일관성을 위해 next/image의 Image 컴포넌트를 사용하는 것을 권장합니다. next/image는 이미지 크기 최적화, 지연 로딩 등의 이점을 제공합니다. 다른 SVG 아이콘들은 이미 Image 컴포넌트를 사용하고 있으므로, 아바타 이미지도 통일하는 것이 좋습니다.
width와 height는 CSS에 정의된 대로 24로 설정할 수 있습니다. 외부 이미지 URL을 사용하는 경우 next.config.js 파일에 해당 도메인을 추가해야 할 수 있습니다.
| <img src={url} alt="" /> | |
| <Image src={url} alt="" width={24} height={24} /> |
Summary
#49
Scope
포함
특이사항
사진들은 캡처 한거라 이상한 선 같은건 무시하시면 됩니다